home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / Learning / Music Gym / Reference / background_2647.txt < prev    next >
Text File  |  1993-04-24  |  898b  |  43 lines

  1. -- background: 2647 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Reference
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8004
  11. -- rect: left=4 top=307 right=335 bottom=100
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: MAIN MENU
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open to card
  23.   go to card "MAIN MENU" of stack "MAIN"
  24. end mouseUp
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=426 top=307 right=328 bottom=509
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Next Card
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to next card
  42. end mouseUp
  43.